GtkRevealer: Remove useless _start_animation call
authorTimm Bäder <mail@baedert.org>
Fri, 16 Oct 2015 12:11:28 +0000 (14:11 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 16 Oct 2015 13:07:49 +0000 (15:07 +0200)
commitd0779db1e18db77d6aecd3532b299da0a9edad3c
tree9a845be1e9e1e340902ecbce1113fb8545eae398
parent027b02a371775ef298a973cf32d2dc65d87f6593
GtkRevealer: Remove useless _start_animation call

The call just passed priv->target_pos, but _start_animation directly
returns if the given target is priv->target_pos (see line 627).
gtk/gtkrevealer.c